home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00588_Script_588 < prev    next >
Text File  |  1995-05-21  |  500b  |  27 lines

  1. on mouseDown
  2.   put "NoBtn" into f
  3.   put "NoBtnHL" into fHL
  4.   hiliter 13, f, fHL
  5.   puppetsound "button.aif"
  6.   updatestage
  7. end
  8.  
  9.  
  10.  
  11. on mouseUp
  12.   global gTheDay, whichOutcome, whoIsIt, yesOrNo
  13.   
  14.   set the castNum of sprite 13 = cast "NoBtn"
  15.   updatestage
  16.  
  17.   
  18.  
  19.   if whoIsIt = "Skippy" then put "SkippyMugCont" into whichOutcome
  20.   if whoIsIt = "Phillip" then put "PhillipNoPayCont" into whichOutcome
  21.  
  22.   set yesOrNo = "no"
  23.   go to the frame + 1
  24.   puppetsound 0
  25.   updatestage
  26. end
  27.